Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed base64 in OpenCL kernel and added several useful features #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Skydev0h
Copy link

When trying to use the app, I have discovered that it has an issue and is missing some useful features.

Fixes:

  • OpenCL kernel had invalid characters (+, /) in base64 encoding, changed them to correct (-, _) ones - it was impossible to look for vanity address with - or _ characters because of that bug.

Features:

  • It is now possible to search for only one address, especially if difficulty is high, so that as not to waste power on continuing search after the first address is first.
  • Ability to check the prefix starting from 3rd character (UQxxx...) was added (opposing to default 4th UQ?xxxx...), that will allow to more finely tune your address if you know and understand restrictions on these first characters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants